Test Series - computer fundamental

Test Number 8/95

Q: Which of the following is not a positional number system?
A. Roman Number System
B. Octal Number System
C. Binary Number System
D. Hexadecimal Number System
Solution: The Roman number system isn’t a positional number system since it uses symbols to represent numbers.
The octal number system uses digits from 0-7, the binary number system uses digits from 0-1 whereas, the hexadecimal number system uses digits from 0-15.
Q: The value of radix in binary number system is _____________
A. 2
B. 8
C. 10
D. 1
Solution: In a binary number system, the value of base or radix is 2. The binary system uses only two digits for the representation of numbers, therefore its base id has chosen to be 2.
Q: The binary equivalent of the decimal number 10 is __________
A. 0010
B. 10
C. 1010
D. 010
Solution: To get the binary equivalent of any number, we need to divide the number by 2 and obtain the remainders as :
We then write the remainders in the reverse order as 1010 .
Q: A computer language that is written in binary codes only is _____
A. machine language
B. C
C. C#
D. pascal
Solution: Machine Language is written in binary codes only. It can be easily understood by the computer and is very difficult for us to understand. A machine language, unlike other languages, requires no translators or interpreters.
Q: The octal equivalent of 1100101.001010 is ______
A. 624.12
B. 145.12
C. 154.12
D. 145.21
Solution: The octal equivalent is obtained by grouping the numbers into three, from right to left before decimal and from right to left after the decimal place.
Here,

i.e. 145.12 is the octal equivalent of the number.
Q: The input hexadecimal representation of 1110 is _______________
A. 0111
B. E
C. 15
D. 14
Solution: In hexadecimal number system, 1110 = 15, which is represented by the alphabet E.
Some representations are:
A 10
B 11
C 12
D 13
E 14
F 15.
Q: A bit in a computer terminology means either 0 or 1.
A. True
B. False
C. none
D. 0
Solution: A bit stands for a binary digit. A binary digit can have only two digits i.e. 0 or 1. A binary number consisting of n-bits is called an n-bit number.
Q: Convert the binary equivalent 10101 to its decimal equivalent.
A. 21
B. 12
C. 22
D. 31
Solution: To convert a binary number to its decimal equivalent follow these steps :
24 * 1 + 23 * 0 + 22 *1 + 21 * 0 + 20 * 1 = 21.
Therefore, the answer is 21.
Q: Which of the following is not a binary number?
A. 1111
B. 101
C. 11E
D. 000
Solution: A binary number can have only two possible digits, 0 and 1. In the third option, there is an alphabet E present which makes it an invalid binary number. Alphabets are only allowed in the hexadecimal number system.
Q: Which of the following is the correct representation of a binary number?
A. (124)2
B. 1110
C. (110)2
D. (000)2
Solution: The binary numbers should comprise only two digits 0 and 1.
Also, for the base, the value should be 2 and it should be written as a subscript enclosing the entire number. Here, the fourth option gives the correct representation.

You Have Score    /10